From 1265d06dc17a4a4d5365ba18b511bd5b1633e47b Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Tue, 26 Apr 2016 12:07:49 +0200 Subject: [PATCH] build: remove Kconfig forced gcc selection MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roger Pau Monné Acked-by: Doug Goldstein Reviewed-by: Andrew Cooper Reviewed-by: Wei Liu Release-acked-by: Wei Liu --- xen/tools/kconfig/Makefile.kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/tools/kconfig/Makefile.kconfig b/xen/tools/kconfig/Makefile.kconfig index 815f306f1e..dbd8912015 100644 --- a/xen/tools/kconfig/Makefile.kconfig +++ b/xen/tools/kconfig/Makefile.kconfig @@ -36,8 +36,8 @@ KBUILD_DEFCONFIG := $(ARCH)_defconfig CONFIG_SHELL := $(SHELL) # provide the host compiler -HOSTCC := gcc -HOSTCXX := g++ +HOSTCC ?= gcc +HOSTCXX ?= g++ # force target PHONY += FORCE -- 2.30.2